home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Beteroid.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  129 b   |  11 lines

  1. on(release){
  2.    if(config2 == 1)
  3.    {
  4.       gotoAndStop(5);
  5.    }
  6.    if(config2 == 2)
  7.    {
  8.       gotoAndStop(6);
  9.    }
  10. }
  11.